home *** CD-ROM | disk | FTP | other *** search
- object PicSize: TPicSize
- Left = 214
- Top = 190
- BorderStyle = bsDialog
- Caption = 'Change Size'
- ClientHeight = 57
- ClientWidth = 314
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 0
- Top = 8
- Width = 30
- Height = 13
- Caption = 'X-Size'
- end
- object Label2: TLabel
- Left = 0
- Top = 32
- Width = 30
- Height = 13
- Caption = 'Y-Size'
- end
- object XL: TLabel
- Left = 240
- Top = 8
- Width = 13
- Height = 13
- Caption = 'XL'
- end
- object YL: TLabel
- Left = 240
- Top = 32
- Width = 13
- Height = 13
- Caption = 'YL'
- end
- object XScrollbar: TScrollBar
- Left = 41
- Top = 8
- Width = 193
- Height = 16
- LargeChange = 28
- Max = 360
- Min = 8
- Position = 8
- TabOrder = 0
- OnChange = XScrollbarChange
- end
- object YScrollbar: TScrollBar
- Left = 40
- Top = 32
- Width = 193
- Height = 16
- LargeChange = 28
- Max = 360
- Min = 8
- Position = 8
- TabOrder = 1
- OnChange = YScrollbarChange
- end
- object Button1: TButton
- Left = 280
- Top = 24
- Width = 25
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 2
- end
- end
-